Persistent state and continuity MCP server for agents. Prepare context, record events, search prior memory, build task context, and inspect memory timeline over MCP-over-HTTP.
概览
-
Transport is MCP over HTTP
-
This is a hosted public endpoint from MCP Keeper
-
Best fit for agents that need continuity, task history, and reusable context
服务器配置
{
"mcpServers": {
"memory-plane": {
"type": "http",
"url": "https://api.mcpkeeper.com/mcp/memory-plane"
}
}
}